home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / rexx / quote_fw.lha / README < prev   
Encoding:
Text File  |  1995-02-13  |  2.2 KB  |  71 lines

  1. What is it?
  2.  
  3. Presented here is a solution to getting quotes in Final Writer. These are ARexx
  4. scripts that insert the relevent quotes.
  5.  
  6. These can insert single, psuedo-double and real double quotes.
  7.  
  8. Single quotes should be available on every font.
  9. Psuedo double are created using single quotes with a width change (they don't
  10. look too bad as an alternative).
  11. Real double are the 66 and 99 style fonts, however they are not available on
  12. all font sets.
  13.  
  14.  
  15. Usage:
  16.  
  17. Place the files in your FWMacros directory.
  18.  
  19.  
  20. The rexx scripts:
  21.  
  22.     quotes_realDouble.rexx
  23.     quotes_single.rexx
  24.     quotes_PsuedoDouble.rexx 
  25.  
  26. Are used by highlighting text to be `quoted', then running the ARexx script.
  27. There is a slight problem in that if you have something in the cut-paste buffer
  28. and nothing is highlight when you run this, then that will be placed in quotes.
  29. This is not a bug, it's a feature :) (but if you get rid of that I wouldn't 
  30. mind a copy...)
  31.  
  32. The rexx scripts
  33.     qts_left_psuedo.rexx   
  34.     qts_right_real.rexx       
  35.     qts_left_real.rexx     
  36.     qts_right_single.rexx     
  37.     qts_right_psuedo.rexx      
  38. Are used simply by running the scripts and the quote will be inserted.
  39.  
  40. Suggested advance use is to alias things like ShiftAlt2 (") to run these 
  41. insertion scripts, by changing the user menu.
  42.  
  43. There is no qts_left_single as it available as alt ', the button above tab.
  44.  
  45.  
  46. Warning
  47.  
  48. Some font sets (All that I tested coming with FW infact) don't have the real
  49. double quotes, however they are available. Some of those given when you 
  50. register such as PostCrypt and SaintFrancis do have them. PS fonts are also
  51. available on aminet.
  52.  
  53.  
  54. Disclaimer
  55.  
  56. I don't have any responsibility for any usage of this at all.
  57.  
  58.  
  59. Info
  60.  
  61. ©1995 Gary Greenhill. Use these scripts as you will, but if you improve them
  62. send me a copy. Please keep these scripts together, and feel free to give `em
  63. to people or upload them. These are completely FREEWARE, however feel free
  64. to send me anything you've created ami-wise or give me a decent job! These are 
  65. the first ARexx scripts I have made BTW (yeah, it shows).
  66.  
  67.     Gary Greenhill - Sandman@essex.ac.uk  till summer '95
  68.         51 Grange road, Stoughton, Guildford, Surrey, GU2 6PX
  69.  
  70.     World Wide Web   http://cswww2.essex.ac.uk/Web/greeg/
  71.